home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 11
/
AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso
/
Files
/
Hyper
/
M-Md
/
MacApp™ Info.sit
/
MacApp™ info
/
MacApp™ info
/
card_10937.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Windows-1252 (detected)
Wrap
Text File
|
1988-01-30
|
802 b
|
31 lines
-- card: 10937 from stack: in
-- bmap block id: 11420
-- flags: 0000
-- background id: 5359
-- name: Object Pascal Libraries 4
----- HyperTalk script -----
on arrowKey direction
if direction = "left" then
visual scroll right
go to prev card
else if direction = "right" then
visual scroll left
go to next card
else if direction = "up" then
visual dissolve slow
go to card "Main Menu 1"
end if
end arrowKey
-- part contents for background part 5
----- text -----
MacApp‚Ñ¢ and Object Pascal
-- part contents for background part 6
----- text -----
MacApp is a generic application written in Object Pascal. Because of the nature of object-oriented languages, you may inherit as much of MacApp as you like and override the rest, customizing it to meet your own needs.